home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / c01lab4.zip / LRMRDR / LRM_CODE.ZIP / 0INSTALL.ME next >
Text File  |  1992-05-01  |  3KB  |  54 lines

  1. COPYRIGHT NOTICE
  2. Ada LRM Reader - Interactive Presentation of the Ada LRM
  3. Copyright (C) 1992    Richard Conn
  4.  
  5. This program is free software; you can redistribute it
  6. and/or modify it under the terms of the GNU General Public
  7. License Version 1 as published by the Free Software
  8. Foundation.
  9.  
  10. This program is distributed in the hope that it will be
  11. useful, but WITHOUT ANY WARRANTY; without even the implied
  12. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  13. PURPOSE.  See the GNU General Public License for more
  14. details.  You should have received a copy of the GNU General
  15. Public License along with this program; if not, write to the
  16. Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
  17. 02139, USA.  See the ABOUT screens for further information,
  18. including information on how to contact the author.
  19.  
  20. INSTALLATION INSTRUCTIONS
  21. The following are the steps for creating the Ada LRM Reader:
  22.  
  23.   1. Create an empty working directory and place the files in LRM_CHAP.ZIP
  24.      and LRM_CODE.ZIP in it
  25.   2. Create an Ada Program Unit Library
  26.   3. Link in the CS Parts Library to the new Ada Program Unit Library
  27.   4. Convert the text files extracted from LRM_CHAP and LRM_CODE into the
  28.      text file format for your system (these files are currently in MSDOS
  29.      text file format); also, under UNIX, all file names must be lower-case
  30.   5. Edit SYSDEP.A and set the system dependencies as you desire; the main
  31.      one to be concerned about is the LRM_Files_Directory; be sure to leave
  32.      a trailing directory delimiter on this entry so that file names may
  33.      be appended to it
  34.   6. Compile SYSDEP.A
  35.   7. Compile DAF.A and MAKE_DAF.A; bind MAKE_DAF into an executable
  36.      (the mainline procedure is MAKE_DAF)
  37.   8. Run MAKE_DAF to create the *.DAF files from the *.DOC files; *.DAF
  38.      files are Direct-Access Files
  39.   9. Copy the *.DAF files into the directory named in SYSDEP.A as
  40.      LRM_Files_Directory
  41.  10. Compile MAKE_CIT.A; bind MAKE_CIT into an executable
  42.      (the mainline procedure is MAKE_CIT)
  43.  11. Run MAKE_CIT to create the compilable file CIT.ADA; if you are not
  44.      working in the LRM_Files_Directory, you may now remove the original
  45.      *.DAF files since the *.DAF files in the LRM_Files_Directory are the
  46.      only ones needed from now on
  47.  12. Compile CIT.ADA
  48.  13. Compile LRM.A
  49.  14. Bind LRM_Reader into an executable (the mainline procedure is
  50.      LRM_Reader)
  51.  
  52. You are now ready to run the executable LRM_Reader.  It will use the
  53. *.DAF files in the LRM_Files_Directory for data.
  54.